\Exception
└─Exception
└─DbException
└─DataNotFoundException
public class DataNotFoundException
extends DbException
Constructor Summary | |
---|---|
void | __construct(string message, string table, array config) DbException constructor. |
Method Summary | |
---|---|
string | getTable() 获取数据表名 |
Methods inherited from think\exception\DbException | |
---|---|
__construct |
Methods inherited from think\Exception | |
---|---|
getData, setData |
public void __construct(string message, string table, array config)
DbException constructor.
public string getTable()
获取数据表名